home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TLOGONFORM / TLOGONFORM.txt
Encoding:
Text File  |  2004-03-08  |  4.1 KB  |  193 lines

  1. object LogOnForm: TLogOnForm
  2.   Left = 515
  3.   Top = 260
  4.   BorderStyle = bsDialog
  5.   Caption = 'Oracle Logon'
  6.   ClientHeight = 215
  7.   ClientWidth = 358
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object LogonImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 29
  26.     Height = 168
  27.     Align = alLeft
  28.     Center = True
  29.     Transparent = True
  30.   end
  31.   object ButtonPanel: TPanel
  32.     Left = 0
  33.     Top = 168
  34.     Width = 358
  35.     Height = 47
  36.     Align = alBottom
  37.     BevelOuter = bvNone
  38.     TabOrder = 0
  39.     object OKBtn: TButton
  40.       Left = 8
  41.       Top = 6
  42.       Width = 97
  43.       Height = 33
  44.       Caption = 'OK'
  45.       Default = True
  46.       ModalResult = 1
  47.       TabOrder = 0
  48.     end
  49.     object CancelBtn: TButton
  50.       Left = 116
  51.       Top = 6
  52.       Width = 97
  53.       Height = 33
  54.       Cancel = True
  55.       Caption = 'Cancel'
  56.       ModalResult = 2
  57.       TabOrder = 1
  58.     end
  59.   end
  60.   object GroupBox: TPanel
  61.     Left = 8
  62.     Top = 8
  63.     Width = 343
  64.     Height = 153
  65.     BevelInner = bvRaised
  66.     BevelOuter = bvLowered
  67.     TabOrder = 1
  68.     object Label1: TLabel
  69.       Left = 8
  70.       Top = 24
  71.       Width = 115
  72.       Height = 16
  73.       Alignment = taRightJustify
  74.       AutoSize = False
  75.       Caption = 'Username'
  76.     end
  77.     object HistoryBtn: TSpeedButton
  78.       Left = 316
  79.       Top = 20
  80.       Width = 20
  81.       Height = 25
  82.       Glyph.Data = {
  83.         B6000000424DB60000000000000076000000280000000A000000080000000100
  84.         0400000000004000000000000000000000001000000010000000000000000000
  85.         80000080000000808000800000008000800080800000C0C0C000808080000000
  86.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  87.         0000777777777700000077777777770000007007007007000000700700700700
  88.         0000777777777700000077777777770000007777777777000000}
  89.       Visible = False
  90.       OnClick = HistoryBtnClick
  91.     end
  92.     object Label2: TLabel
  93.       Left = 8
  94.       Top = 56
  95.       Width = 115
  96.       Height = 16
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = 'Password'
  100.     end
  101.     object CAPanel: TPanel
  102.       Left = 2
  103.       Top = 116
  104.       Width = 339
  105.       Height = 35
  106.       Align = alBottom
  107.       BevelOuter = bvNone
  108.       Caption = 'CAPanel'
  109.       TabOrder = 3
  110.       object Label4: TLabel
  111.         Left = 8
  112.         Top = 4
  113.         Width = 113
  114.         Height = 16
  115.         Alignment = taRightJustify
  116.         AutoSize = False
  117.         Caption = 'Connect as'
  118.       end
  119.       object ConnectAsList: TComboBox
  120.         Left = 126
  121.         Top = 0
  122.         Width = 95
  123.         Height = 24
  124.         Style = csDropDownList
  125.         ItemHeight = 16
  126.         Items.Strings = (
  127.           'Normal'
  128.           'SYSDBA'
  129.           'SYSOPER')
  130.         TabOrder = 0
  131.       end
  132.     end
  133.     object DBPanel: TPanel
  134.       Left = 2
  135.       Top = 84
  136.       Width = 339
  137.       Height = 32
  138.       Align = alBottom
  139.       BevelOuter = bvNone
  140.       Caption = 'DBPanel'
  141.       TabOrder = 2
  142.       object Label3: TLabel
  143.         Left = 8
  144.         Top = 4
  145.         Width = 113
  146.         Height = 16
  147.         Alignment = taRightJustify
  148.         AutoSize = False
  149.         Caption = 'Database'
  150.       end
  151.       object DatabaseEdit: TEdit
  152.         Left = 126
  153.         Top = 0
  154.         Width = 185
  155.         Height = 24
  156.         TabOrder = 0
  157.       end
  158.       object AliasList: TComboBox
  159.         Left = 224
  160.         Top = 0
  161.         Width = 89
  162.         Height = 24
  163.         ItemHeight = 16
  164.         TabOrder = 1
  165.         Visible = False
  166.       end
  167.     end
  168.     object UsernameEdit: TEdit
  169.       Left = 128
  170.       Top = 20
  171.       Width = 185
  172.       Height = 24
  173.       TabOrder = 0
  174.     end
  175.     object PasswordEdit: TEdit
  176.       Left = 128
  177.       Top = 52
  178.       Width = 185
  179.       Height = 24
  180.       PasswordChar = '*'
  181.       TabOrder = 1
  182.     end
  183.   end
  184.   object HistoryPopup: TPopupMenu
  185.     Left = 240
  186.     Top = 185
  187.     object History: TMenuItem
  188.       Caption = 'History'
  189.       OnClick = HistoryClick
  190.     end
  191.   end
  192. end
  193.